バージョン

Item(Vector[]) プロパティ

Vector 下付き文字のシリーズを取得する ComplexMatrix のインデクサー。ComplexMatrix はインデックスされた 1 次元または多次元にできます。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal ParamArray subscript() As Vector _
) As ComplexMatrix
public ComplexMatrix Item( 
   params Vector[] subscript
) {get; set;}

パラメータ

subscript
インデックス Vectors の配列

プロパティ値

subscript によって指定された要素を含む ComplexMatrix。
例外
例外解説
System.ArgumentOutOfRangeExceptionComplexMatrix が空の場合に発生します。
System.ArgumentExceptionsubscript がユニタリ以外で ComplexMatrix と異なる次元数をもつ場合に発生します。
System.ArgumentOutOfRangeException下付き文字インデックスが ComplexMatrix の境界外である場合に発生します。
System.ArgumentOutOfRangeException下付き文字のインデックスが integer 以外を持つ場合に発生します。
System.ArgumentOutOfRangeException下付き文字によって指定される要素と一致しない値を設定した場合に発生します。
参照